Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing install command to Source/GmmLib/CMakeLists.txt #10

Closed
wants to merge 1 commit into from
Closed

Add missing install command to Source/GmmLib/CMakeLists.txt #10

wants to merge 1 commit into from

Conversation

shirokovoi
Copy link

No description provided.

@@ -545,3 +545,4 @@ if(ARCH EQUAL 32)
endif()

add_subdirectory(ULT)
install(TARGETS gmm_umd ARCHIVE DESTINATION lib)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately that's not enough. It is important to install header files as well for other projects like media-driver to be able to link against gmmlib.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dvrogozh are all headers in "Source/inc"? Should the same dir structure (common, umKmInc) be installed to the system include dir?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I afraid they are scattered:(. This is highlighted here: #5. The problem is that I don't even know which include files are needed and which are not (sorry I am not in the gmmlib team). Probably the best way to approach this would be to take some project which depends on gmmlib, for example media-driver, wipe out current detection of gmmlib and substitute it with the proper detection by gmmlib.pc, after that start add include files one by one depending on compilation errors.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are working on a transition from gmmlib static lib to dynamic library and this issue will be addressed as part of the transition process. We are considering all open packaging requirements.

@drprajap
Copy link
Contributor

drprajap commented Jun 27, 2018

This issue has been addressed by 3e2ec40 and a5f2391.

Thanks.

@drprajap drprajap closed this Jun 27, 2018
VPG-SWE-Github pushed a commit that referenced this pull request Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants